home *** CD-ROM | disk | FTP | other *** search
-
-
-
- aaaallllGGGGeeeettttEEEErrrrrrrroooorrrrSSSSttttrrrriiiinnnngggg((((3333ddddmmmm)))) aaaallllGGGGeeeettttEEEErrrrrrrroooorrrrSSSSttttrrrriiiinnnngggg((((3333ddddmmmm))))
-
-
-
- NNNNAAAAMMMMEEEE
- alGetErrorString - get a string corresponding to an Audio Library error
- code
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ddddmmmmeeeeddddiiiiaaaa////aaaauuuuddddiiiioooo....hhhh>>>>
-
- cccchhhhaaaarrrr ****aaaallllGGGGeeeettttEEEErrrrrrrroooorrrrSSSSttttrrrriiiinnnngggg((((iiiinnnntttt eeeerrrrrrrroooorrrr))))
-
- PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRR
- _e_r_r_o_r expects an error code as set by any Audio Library function.
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The Audio Library defines a set of error codes whose numeric tokens begin
- with the prefix "AL_BAD_". Typically these are retrieved by calling
- oooosssseeeerrrrrrrroooorrrr(((()))) after an AL function returns a failure code; see the manual
- page for each individual function to see what its error behavior is.
-
- aaaallllGGGGeeeettttEEEErrrrrrrroooorrrrSSSSttttrrrriiiinnnngggg((((3333ddddmmmm)))) returns a character string indicating the meaning
- of the given error value, _e_r_r_o_r.
-
-
- EEEEXXXXAAAAMMMMPPPPLLLLEEEE
- #include <dmedia/audio.h>
- ALport p;
-
- p = alOpenPort("exampleOutput", "w", 0);
- if (!p) {
- printf("openport failed: %s\n", alGetErrorString(oserror()));
- exit(-1);
- }
-
-
-
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- oserror(3C), alIntro(3dm)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-